Skip to content

chore: prepare release#3109

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: prepare release#3109
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 26, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@patternfly/pfe-core@6.0.0

Major Changes

  • bd4397a: CascadeController and @cascades decorator are removed. Use @lit/context instead for sharing data between parent and child elements.
    SlotController.anonymous is removed. Use SlotController.default instead.

Patch Changes

  • 6d1520a: FloatingDOMController: support usage within iframes
  • 3a64fd3: InternalsController: allows accessibility auditing tools to access element internals.

@patternfly/elements@5.0.0

Major Changes

  • 73b2389: Removed the bundled entrypoint (pfe.min.js). Import individual
    elements directly instead, e.g. import '@patternfly/elements/pf-button/pf-button.js'.

    The bundled entrypoint caused custom element double-registration issues
    and is not recommended for production use.

  • bd4397a: <pf-popover>: the close-label attribute and closeButtonLabel property are removed. Use accessible-close-label instead.

    Before:

    <pf-popover close-label="close"></pf-popover>

    After:

    <pf-v5-popover accessible-close-label="close"></pf-v5-popover>
  • 73b2389: All elements are now versioned with a pf-v5- prefix.

    This is a breaking change. Update your HTML to use the new element names,
    e.g. <pf-button> becomes <pf-v5-button>, <pf-accordion> becomes
    <pf-v5-accordion>, etc.

    CSS custom properties are also renamed from --pf-c-* to --pf-v5-c-*.
    Global tokens (--pf-global--*) are unchanged.

Patch Changes

  • Updated dependencies [bd4397a]
  • Updated dependencies [6d1520a]
  • Updated dependencies [3a64fd3]
    • @patternfly/pfe-core@6.0.0

@patternfly/pfe-tools@6.0.2

Patch Changes

  • 73b2389: Corrected usage of config for tagPrefix in DocsPage for alias

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 26, 2026

Deploy Preview for patternfly-elements ready!

Name Link
🔨 Latest commit 901ecb7
🔍 Latest deploy log https://app.netlify.com/projects/patternfly-elements/deploys/69f360f040be260008e76314
😎 Deploy Preview https://deploy-preview-3109--patternfly-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 90615da to dd3566f Compare April 30, 2026 13:23
@github-actions github-actions Bot force-pushed the changeset-release/main branch from dd3566f to 901ecb7 Compare April 30, 2026 14:02
@bennypowers bennypowers enabled auto-merge (squash) April 30, 2026 14:09
@github-actions github-actions Bot added the AT passed Automated testing has passed label Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AT passed Automated testing has passed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants